반복 - python

description
No value
aliases
No value
tags
No value
created
2023-05-01T13:06:02
updated
2023-10-31T20:29:30
title
반복 - python
for key, value in some_dict.items():
	print(f'{key} : {value}')